home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.hardah == "No Harder")
- {
- _root.hardah = "Little Harder";
- _root.hardining = 1.2;
- }
- else if(_root.hardah == "Little Harder")
- {
- _root.hardah = "Much Harder";
- _root.hardining = 1.6;
- }
- else if(_root.hardah == "Much Harder")
- {
- _root.hardah = "2 X Harder";
- _root.hardining = 2;
- }
- else if(_root.hardah == "2 X Harder")
- {
- _root.hardah = "3 X Harder";
- _root.hardining = 3;
- }
- else if(_root.hardah == "3 X Harder")
- {
- _root.hardah = "No Harder";
- _root.hardining = 1;
- }
- }
-